home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / GLOBCOM1.LST < prev    next >
File List  |  1994-04-12  |  413b  |  20 lines

  1.         program comtst
  2.         character c1
  3.         common /com1/ c1(0:10)
  4.         end
  5.  
  6.         subroutine sub
  7.         character c0, c1
  8.         common /com1/ c0, c1(10)
  9.         end
  10.  
  11.  
  12.  FORCHECK PC V11.10  MS5 compiler emulation   20-Jan-94  11:35:26  page: 1
  13.  GLOBCOM1.FOR  
  14.  
  15.  
  16.  global program analysis:
  17.  
  18.    /COM1/, referenced in SUB, element no   1
  19.  **[394 I] rank differs from first occurrence
  20.